Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawLine Method / DrawLine(PointF,PointF,Color,Single,Single[]) Method

In This Topic
    DrawLine(PointF,PointF,Color,Single,Single[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLine( _
       ByVal p1 As System.Drawing.PointF, _
       ByVal p2 As System.Drawing.PointF, _
       ByVal lineColor As System.Drawing.Color, _
       ByVal lineWidth As System.Single, _
       ByVal dashPattern() As System.Single _
    ) 
    public void DrawLine( 
       System.Drawing.PointF p1,
       System.Drawing.PointF p2,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       System.float[] dashPattern
    )

    Parameters

    p1
    p2
    lineColor
    lineWidth
    dashPattern
    See Also